home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / NightFireSoftwareInc / _install / install.demosh next >
Text File  |  2000-02-17  |  518b  |  17 lines

  1.  
  2. #!/bin/sh
  3. #windows:Software\NightFireSoftwareInc\_install\se_demo.exe 
  4. # currently company dir is manually placed-should change
  5.  
  6. COMPANY_DIR=$PRODUCT_DIR/Software/NightFireSoftwareInc
  7. export COMPANY_DIR
  8.  
  9. if [ $CDWARE_ENV = "Solaris_1" ];then
  10.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
  11. else
  12.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
  13.  
  14. fi
  15.  
  16. exit 0
  17.